Release 10.1A: OpenEdge Development:
ADM Reference
passThrough
Procedure that acts as an intermediary for dynamic links that need the pass-through mechanism to either get an event from an object outside a container to an object inside a container or to get an event from and object inside a container to an object outside a container.
Location: containr.p Parameters:INPUT pcLinkName AS CHARACTERThe link (event) name to be passed on.
INPUT pcArgument AS CHARACTERA single character-string argument.
Notes: To use this for single pass-through events, define a PassThrough link from the Source to the intermediate container, and define the actual dynamic link from the container to the Target. Then PUBLISH PassThrough (LinkName, Argument) to send the event.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |